home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILSTEM / UTIL2.LZH / KEEPER.DO1 < prev    next >
Text File  |  1986-10-30  |  2KB  |  48 lines

  1.  
  2.           KEEPER                                  Steven Holzner
  3.           Command                                         No. 11
  4.  
  5.           ______________________________________________________
  6.  
  7.           Purpose:  Stores and displays the last ten commands
  8.                     entered for immediate reexecution without
  9.                     retyping.
  10.  
  11.           Format:   KEEPER       (loads memory-resident program)
  12.                     <Ctrl-N>            (toggles window display)
  13.  
  14.           Remarks:  KEEPER can store command lines of up to 50
  15.                     characters each in length.  After loading,
  16.                     normally via your AUTOEXEC.BAT file, and
  17.                     pressing Ctrl-N (the default trigger key; see
  18.                     Option 1), the last 10 command lines are
  19.                     shown in a window in the upper right-hand
  20.                     corner of the display.  If you wish to
  21.                     execute one of the commands shown, move to
  22.                     its line with the Up Arrow and Down Arrow
  23.                     keys;  the line currently selected blinks.
  24.                     Pressing Ctrl-N again will reissue a blinking
  25.                     command or, if no stored command line has
  26.                     been selected, will return the display to
  27.                     normal.
  28.  
  29.                     Notes:
  30.  
  31.                     1.   KEEPER is not compatible with a number
  32.                          of application programs (e.g., XyWrite)
  33.                          that take over the keyboard interrupts.
  34.  
  35.  
  36.           Option 1: The default trigger key is Ctrl-N.  Should
  37.                     this be inconvenient, you can use the
  38.                     KEEPER.BAS program to recreate KEEPER.COM
  39.                     with a different trigger key.  From the DOS
  40.                     prompt simply enter
  41.  
  42.                          BASIC KEEPER
  43.  
  44.                     and the program will prompt you for your
  45.                     choice of trigger key.  After the KEEPER.COM
  46.                     file is created in this way, it is a regular
  47.                     DOS command and is not run under BASIC.
  48.